Package com.cisco.pt.ipc.sim.impl
Class HardwareFactoryImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.HardwareFactoryImpl
- All Implemented Interfaces:
IPCObject,HardwareFactory
Information provided by the PKI file:
\class HardwareFactory
\brief Factory for all hardwares.
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionHardwareFactoryImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
HardwareFactoryImpl
public HardwareFactoryImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
devices
Information provided by the PKI file:
\brief Returns the DeviceFactory object. \return DeviceFactory, the DeviceFactory object.- Specified by:
devicesin interfaceHardwareFactory- Returns:
- DeviceFactory Returns a DeviceFactory
-
modules
Information provided by the PKI file:
\brief Returns the ModuleFactory object. \return ModuleFactory, the ModuleFactory object.- Specified by:
modulesin interfaceHardwareFactory- Returns:
- ModuleFactory Returns a ModuleFactory
-